Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update phpunit/phpunit requirement from ^5.0 to ^6.2 #24

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2021

Updates the requirements on phpunit/phpunit to permit the latest version.

Changelog

Sourced from phpunit/phpunit's changelog.

6.2.4 - 2017-08-03

Changed

  • Do not pull in sebastian/diff ^2.0

6.2.3 - 2017-07-03

Fixed

  • Fixed #2705: stderr parameter in phpunit.xml always considered true

6.2.2 - 2017-06-13

Fixed

  • Fixed #2703: RiskyTestError class is not declared in the correct namespace

6.2.1 - 2017-06-02

Changed

  • Rolled back the change that when beStrictAboutCoversAnnotation="true" is configured or --strict-coverage is used then a test is now also marked as risky when it specifies units of code using @covers or @uses that are not executed by the test

6.2.0 - 2017-06-02

Added

  • Implemented #2642: Support counting non-Iterator Traversable objects
  • Implemented #2664: Add @runClassInSeparateProcess annotation to execute all tests of a class in a single, separate process
  • Implemented #2666: Allow using a Traversable as data provider (not only Iterator)
  • Implemented #2670: Add support for disabling the conversion of E_DEPRECATED to exceptions
  • Implemented #2692: Add --no-logging option to disable logging

Changed

  • Implemented #2689: Unpack nested IteratorAggregate objects for Count constraint
  • When beStrictAboutCoversAnnotation="true" is configured or --strict-coverage is used then a test is now also marked as risky when it specifies units of code using @covers or @uses that are not executed by the test
Commits
  • ff3a76a Prepare release
  • 0c5c74d Do not pull in sebastian/diff ^2.0
  • a46132a Merge branch '5.7' into 6.2
  • a12edbc Move configuration for preference of stable packages to composer.json
  • 2dd0ac5 We also need --prefer-stable with --prefer-lowest
  • 293c1d7 Merge branch '5.7' into 6.2
  • 84349f1 rbenv: version `5.6snapshot' not installed
  • d8b3fa3 Also test with 5.6snapshot, 7.0snapshot, and 7.1snapshot
  • 67606db Eliminate code duplication
  • e4f6d3c Reorder
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) to permit the latest version.
- [Release notes](https://github.com/sebastianbergmann/phpunit/releases)
- [Changelog](https://github.com/sebastianbergmann/phpunit/blob/6.2.4/ChangeLog-6.2.md)
- [Commits](sebastianbergmann/phpunit@5.0.0...6.2.4)

---
updated-dependencies:
- dependency-name: phpunit/phpunit
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jun 17, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 17, 2021

Superseded by #29.

@dependabot dependabot bot closed this Jun 17, 2021
@dependabot dependabot bot deleted the dependabot/composer/phpunit/phpunit-tw-6.2 branch June 17, 2021 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants